The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the 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!)
A241687 Numbers k such that A035014(k) begins with a 3. 2
3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 19, 24, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 44, 46, 47, 51, 53, 55, 56, 59, 61, 63, 64, 65, 67, 68, 69, 71, 72, 76, 82, 83, 84, 85, 87, 89, 92, 93, 96, 97, 99, 100, 102, 104, 105, 106, 109, 111, 113, 114 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that A023402(k) = 3.
LINKS
EXAMPLE
3 is a term of this sequence because A035014(3) = 344 begins with a 3.
PROG
(PARI) lista(nn) = {my(v=vector(nn), list=List()); v[1] = 4; for (n=2, nn, v[n] = v[n-1] + 10^(n-1)*(4-(v[n-1]/2^(n-1) % 2)); if (v[n]\10^(n-1) == 3, listput(list, n)); ); Vec(list); } \\ Michel Marcus, Feb 27 2022
CROSSREFS
Sequence in context: A081688 A118170 A039094 * A169757 A051374 A225048
KEYWORD
nonn,base
AUTHOR
J. Lowell, Apr 27 2014
EXTENSIONS
More terms from Jon E. Schoenfield, May 05 2014
STATUS
approved

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 June 11 22:18 EDT 2024. Contains 373317 sequences. (Running on oeis4.)