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!)
A129122 Numbers n such that A085068(3n+1) = 7. 0
3, 38, 60, 62, 75, 107, 119, 132, 156, 164, 188, 213, 245, 300, 332, 357, 381, 389, 413, 426, 438, 470, 483, 485, 507, 542, 564, 566, 623, 651, 708, 710, 732, 767, 789, 791, 804, 836, 848, 861, 885, 893, 917, 942, 974, 1029, 1061, 1086, 1110, 1118, 1142, 1155 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_] := Block[{c = 1, k = 4 n/3}, While[ ! IntegerQ[k], c++; k = 4*Ceiling[k]/3]; c]; Select[Range[2000], f[3*# + 1] == 7 &] (* Stefan Steinerberger, Aug 20 2007 *)
CROSSREFS
Sequence in context: A122787 A241895 A093939 * A345688 A002405 A050394
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Aug 18 2007
EXTENSIONS
More terms from Stefan Steinerberger, Aug 20 2007
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 April 23 11:07 EDT 2024. Contains 371905 sequences. (Running on oeis4.)