(Translated by https://www.hiragana.jp/)
The On-Line Encyclopedia of Integer Sequences® (OEIS®)
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)

Revision History for A001468

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A001468 There are a(n) 2's between successive 1's.
(history; published version)
#102 by Michael De Vlieger at Fri Aug 26 10:26:17 EDT 2022
STATUS

reviewed

approved

#101 by Joerg Arndt at Fri Aug 26 05:30:22 EDT 2022
STATUS

proposed

reviewed

#100 by Michel Marcus at Fri Aug 26 02:03:14 EDT 2022
STATUS

editing

proposed

#99 by Michel Marcus at Fri Aug 26 02:03:09 EDT 2022
LINKS

D. Gault & and M. Clint, <a href="/A005206/a005206.pdf">"Curiouser and curiouser said Alice. Further reflections on an interesting recursive function</a>, Intern. J. Computer. Math., 26 (1988), 35-43. (Annotated scanned copy)

STATUS

proposed

editing

#98 by Chai Wah Wu at Thu Aug 25 17:50:25 EDT 2022
STATUS

editing

proposed

#97 by Chai Wah Wu at Thu Aug 25 17:50:19 EDT 2022
PROG

(Python)

from math import isqrt

def A001468(n): return (n+1+isqrt(m:=5*(n+1)**2)>>1)-(n+isqrt(m-10*n-5)>>1) # Chai Wah Wu, Aug 25 2022

STATUS

approved

editing

#96 by Michael De Vlieger at Fri Jun 03 07:50:39 EDT 2022
STATUS

reviewed

approved

#95 by Michel Marcus at Fri Jun 03 01:49:10 EDT 2022
STATUS

proposed

reviewed

#94 by Nicholas Stefan Georgescu at Thu Jun 02 15:23:55 EDT 2022
STATUS

editing

proposed

#93 by Nicholas Stefan Georgescu at Thu Jun 02 15:23:51 EDT 2022
PROG

return a[:length] # Nicholas Stefan Georgescu, Jun 02 2022

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 26 14:45 EDT 2024. Contains 375456 sequences. (Running on oeis4.)