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!)
A099205 a(n) = A099203(n)/7. 1
2, 2, 3, 5, 89, 1, 4421498288, 12674887, 997255, 9953, 125, 5384972473952567685581892549458671983576964776, 1, 91653247859, 12, 89, 0, 13, 32814641783372226439, 1, 3, 37773164244284797591617466656, 1, 7222753654285, 0, 7159325458, 0, 81638587, 799959437 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(5) = 89 = A099203(5)/7.
PROG
(PARI)
SeqDigits(v, pred)={my(L=List(), k=1); for(i=1, #v, my(t=fromdigits(v[k..i])); if(pred(t), listput(L, t); k=i+1)); Vec(L)}
{ localprec(400); SeqDigits(digits(floor(sqrt(2)*10^250)), t->t%7==0)/7 } \\ Andrew Howroyd, Nov 06 2019
CROSSREFS
Cf. A099203.
Sequence in context: A090255 A228162 A080669 * A051005 A266583 A002163
KEYWORD
nonn
AUTHOR
Serhat Sevki Dincer (mesti_mudam(AT)yahoo.com), Oct 04 2004
EXTENSIONS
Terms a(9) and beyond from Andrew Howroyd, Nov 06 2019
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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)