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!)
A117602 Padovan numbers which can be divided by their digital root. 1
1, 2, 3, 4, 5, 7, 9, 12, 21, 28, 37, 114, 200, 351, 616, 816, 1081, 1432, 1897, 4410, 5842, 10252, 13581, 17991, 23833, 31572, 41824, 55405, 73396, 170625, 396655, 525456, 696081, 1221537, 1618192, 2143648, 3761840, 11584946, 20330163, 26931732, 62608681 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A000931 := proc(n) option remember: if(n=0)then return 1: elif(n<=2)then return 0: else return procname(n-2)+procname(n-3): fi: end: A117602ind := proc(n) option remember: local k, p: if(n=1)then return 7: fi: for k from procname(n-1)+1 do p:=A000931(k): if(not p=A000931(A117602ind(n-1)) and p mod (((p-1) mod 9) + 1) = 0)then return k: fi: od: end: seq(A000931(A117602ind(n)), n=1..41); # Nathaniel Johnston, May 05 2011
CROSSREFS
Sequence in context: A214120 A240840 A117599 * A117600 A117601 A117604
KEYWORD
nonn,easy,base
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 05 2006
EXTENSIONS
Offset changed from 0 to 1 by Nathaniel Johnston, May 05 2011
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 May 20 14:08 EDT 2024. Contains 372717 sequences. (Running on oeis4.)